﻿CHARACTERS = {
	c:GBR ?= {
		create_character = {
			template = gbr_william_hanover_template
		}	
	
		create_character = {
			template = gbr_queen_victoria_template
		}

		create_character = {
			template = GBR_william_lamb
		}

		create_character = {
			template = GBR_robert_peel
		}

		create_character = {
			template = GBR_william_howley
		}

		create_character = {
			template = GBR_robert_owen
		}

		create_character = {
			template = GBR_rowland_hill
		}

		create_character = {
			template = GBR_thomas_barnes
		}

		create_character = {
			template = GBR_edward_smith-stanley
		}

		create_character = {
			template = GBR_charles_gordon-lennox
		}

		create_character = { # Sea
			template = GBR_edward_codrington
		}

		create_character = { # GBR, Admiral
			template = GBR_thomas_byam_martin
		}

		#### AGITATOR(S)
		if = {
			limit = {
				has_dlc_feature = voice_of_the_people_content
			}
			create_character = {
				template = GBR_John_Frost
				on_created = {
					set_variable = john_frost_var
				}
			}
		}
	}
}
